home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_povray.idb / usr / freeware / lib / povray31 / rerunpov.sh.z / rerunpov.sh
Encoding:
Linux/UNIX/POSIX Shell Script  |  1999-04-16  |  305 b   |  12 lines

  1. #!/bin/sh
  2. #
  3. # FILE : rerunpov.sh
  4. #
  5. # Re-run POV-Ray(tm) using all the previously saved setting from an INI file
  6. # called rerun.ini.  Also see runpov.sh and the "Resuming Options" section in
  7. # the User's Documentation.
  8. #
  9. # This unofficial script comes from Mike Fleetwood
  10.  
  11. povray rerun.ini ${@}
  12.